home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
gfront11.lha
/
GUIFront
/
Demos
/
Source
/
smakefile
< prev
next >
Wrap
Makefile
|
1994-06-14
|
359b
|
20 lines
#.SILENT:
all: threebut threebut2
.c.o:
sc $*
threebut: mystartup.o generic.o threebut.o
sc link generic.o threebut.o to threebut
delete threebut.lnk
threebut2: mystartup.o generic.o threebut2.o
sc link generic.o threebut2.o to threebut2
delete threebut2.lnk
threebut.o: threebut.c
threebut2.o: threebut2.c
mystartup.o: mystartup.c